Welcome![Sign In][Sign Up]
Location:
Search - java vector

Search list

[OtherJava程序的性能优化StringBuffer与Vector

Description: 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
Platform: | Size: 3183 | Author: 王文轩 | Hits:

[JSP/JavaMediaPlayer(java)

Description: MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
Platform: | Size: 8425 | Author: benson | Hits:

[ICQ-IM-ChatSVGChat

Description: 用Java编写的矢量图形聊天室程序-A Vector Graphics chatroom program written in Java.
Platform: | Size: 33792 | Author: | Hits:

[JSP第八章 字符串处理

Description: java语言中的系统类,包括String类、 StringBuffer类、 Vector类、 Data类、 Random类-system categories, including String category, StringBuffer class, Vector category, Data category, Random category
Platform: | Size: 15360 | Author: sss | Hits:

[OtherJava程序的性能优化StringBuffer与Vector

Description: 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
Platform: | Size: 3072 | Author: 王文轩 | Hits:

[JSP/Java新建文件夹

Description: 关于java的10个例子如(vector插入,删除),希望大家喜欢.-About 10 of the java examples (vector to insert, delete), I hope everyone likes.
Platform: | Size: 5120 | Author: 小 J | Hits:

[JSP/Javasim

Description: 利用java代码实现信息检索中经典算法传统向量空间模型算法(VSM)大家可以下载测试,有问题大家一起讨论-The use of java code to achieve the classic information retrieval algorithm in the traditional vector space model algorithm (VSM) can be downloaded to test everyone, and everyone together to discuss issues
Platform: | Size: 1024 | Author: 刘磊 | Hits:

[JSP/JavaMediaPlayer(java)

Description: MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: | Size: 8192 | Author: benson | Hits:

[AI-NN-PRjava

Description: 支持向量机中的JAVA程序 初学者可以方便使用-Support Vector Machine in the JAVA program for beginners can easily use
Platform: | Size: 77824 | Author: | Hits:

[Windows DevelopVSM

Description: VSM向量空间模型的实现代码,实现从web文本中计算出向量空间的值。-VSM vector space model realization of code from the web version to calculate the value of vector space.
Platform: | Size: 3072 | Author: qiusiheng | Hits:

[Internet-NetworkVSM

Description: 向量空间模型 c源码实现 利用向量空间模型的概念,这个可以用在crawer中.-Vector Space Model c source code to achieve the use of the concept of vector space model, this can be used in in crawer.
Platform: | Size: 3072 | Author: lhs | Hits:

[JSP/Javasvm-java

Description: JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
Platform: | Size: 25600 | Author: 祝庆荣 | Hits:

[JSP/Javajava-cluster

Description: 用java语言实现文本聚类,包括聚类前的数据预处理:分词、降维、建立向量空间模型等-Implementation using java language text clustering, including clustering of the data pre-processing before: segmentation, dimensionality reduction, set up, such as Vector Space Model
Platform: | Size: 17408 | Author: 优优 | Hits:

[JSPoperateVector

Description: 演示一个矢量(Vector)的基本操作及制作流程是怎样的-Demonstration of a vector (Vector) and the basic operation of the production process is how
Platform: | Size: 1024 | Author: apple | Hits:

[JSP/JavaVectors

Description: Code to make operation betwen vector as add, substract, point product and cross product (vector product).
Platform: | Size: 3072 | Author: ryn2488 | Hits:

[JSP/JavaVSM1

Description: 向量空间模型算法实现源码 已编译文件 可执行jar文件-Vector space model algorithm source code files have been compiled executable jar file
Platform: | Size: 17408 | Author: Hao Long | Hits:

[Home Personal applicationjava-Using-Array-for-Queue

Description: 用java语言中的数组来实现队列,其中扩容方法为在原数组的基础上乘以2,另外也测试了用java中Vector类实现队列。-Array using java language java Vector class queue queue, which expansion method is superior to the original array 2, is also tested.
Platform: | Size: 3072 | Author: 刘昭强 | Hits:

[JSP/JavaVector

Description: Java Vector Code for storing Objects
Platform: | Size: 1024 | Author: xomidar | Hits:

[JSP/JavaStudent-Vector

Description: 用JAVA开发的基于向量的学生管理系统,采用向量对学生的信息进行存储-Developed using JAVA vector-based student management system that uses vector information to students for storage
Platform: | Size: 3072 | Author: 冼雪云 | Hits:

[JSP/Javalibsvm-java

Description: 支持向量回归机的Java代码 可以进行预测(It is the Java code of the support vector regression machine .It can predict unknown data.)
Platform: | Size: 95232 | Author: 清茉 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net